Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
storage
/
framework
/
views
/
Filename :
e93b25b54729bc1dd92d7c4570bebc4301744ab9.php
back
Copy
<!DOCTYPE html> <html class="loading" lang="en" data-textdirection="ltr"> <!-- BEGIN: Head--> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content="ThemeSelect"> <title><?php echo e(Config::get('constants.app.project-title')); ?></title> <link rel="apple-touch-icon" href="<?php echo e(asset('app-assets/images/favicon/app_logo.png')); ?>"> <link rel="shortcut icon" type="image/x-icon" href="<?php echo e(asset('app-assets/images/favicon/app_logo.png')); ?>"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <!-- BEGIN: VENDOR CSS--> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('app-assets/vendors/vendors.min.css')); ?>"> <!-- END: VENDOR CSS--> <!-- BEGIN: Page Level CSS--> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('app-assets/css/themes/vertical-modern-menu-template/materialize.css')); ?>"> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('app-assets/css/themes/vertical-modern-menu-template/style.css')); ?>"> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('app-assets/css/pages/login.css')); ?>"> <!-- END: Page Level CSS--> <!-- BEGIN: Custom CSS--> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('app-assets/css/custom/custom.css')); ?>"> <!-- END: Custom CSS--> </head> <!-- END: Head--> <body class="vertical-layout vertical-menu-collapsible page-header-dark vertical-modern-menu preload-transitions 1-column login-bg blank-page blank-page" data-open="click" data-menu="vertical-modern-menu" data-col="1-column"> <div class="row"> <div class="col s12"> <div class="container"><div id="login-page" class="row"> <div class="col s12 m6 l4 z-depth-4 card-panel border-radius-6 login-card bg-opacity-8"> <?php echo Form::open(array('route' => 'delete_account','method'=>'POST', 'class'=>'login-form', 'id'=>'login-form')); ?> <div class="row"> <div class="input-field col s12"> <h5 class="ml-4">Delete Account</h5> </div> </div> <div class="row"> <div class="input-field col s12"> <?php if($message = Session::get('success')): ?> <div class="alert alert-success alert-dismissable alert-style-1 text-success"> <i class="zmdi zmdi-check"></i><p><?php echo e($message); ?></p> </div> <?php elseif($message = Session::get('error')): ?> <div class="alert alert-danger alert-dismissable alert-style-1 text-danger"> <i class="zmdi zmdi-block"></i><p><?php echo e($message); ?></p> </div> <?php endif; ?> </div> </div> <div class="row margin"> <div class="input-field col s12"> <i class="material-icons prefix pt-2">person_outline</i> <input id="email" type="email" name="email"> <label for="email" class="center-align">Email</label> </div> </div> <div class="row"> <div class="input-field col s12"> <button type="submit" class="btn waves-effect waves-light border-round gradient-45deg-purple-deep-orange col s12">Submit</button> </div> </div> <?php echo Form::close(); ?> </div> </div> </div> <div class="content-overlay"></div> </div> </div> <!-- BEGIN VENDOR JS--> <script src="<?php echo e(asset('app-assets/js/vendors.min.js')); ?>"></script> <!-- BEGIN VENDOR JS--> <!-- BEGIN PAGE VENDOR JS--> <!-- END PAGE VENDOR JS--> <!-- BEGIN THEME JS--> <script src="<?php echo e(asset('app-assets/js/plugins.js')); ?>"></script> <script src="<?php echo e(asset('app-assets/js/search.js')); ?>"></script> <script src="<?php echo e(asset('app-assets/js/custom/custom-script.js')); ?>"></script> <!-- END THEME JS--> <!-- BEGIN PAGE LEVEL JS--> <!-- END PAGE LEVEL JS--> <script src="<?php echo e(asset('app-assets/js/custom/jquery.validate.min.js')); ?>"></script> <script src="<?php echo e(asset('app-assets/js/custom/login.js')); ?>"></script> </body> </html><?php /**PATH /home/o5t6x7pgljbm/public_html/resources/views/delete_account.blade.php ENDPATH**/ ?>